Skip to content

Conversation

@kcoopermiller
Copy link
Member

@kcoopermiller kcoopermiller commented Oct 2, 2025

will add setting/changing username in another pr


Note

Prompts users to set a username (slug) during prime env push when missing, adds patch/async patch methods to API clients, and retries environment resolve after setting the username.

  • CLI (prime env push):
    • Handle missing username by prompting, validating (^[a-z0-9-]{3,30}$), setting via PATCH /user/slug, and retrying POST /environmentshub/resolve.
    • Improved user-facing messages and error handling (e.g., taken username, cancellation).
  • API Client:
    • Add APIClient.patch() and AsyncAPIClient.patch() convenience methods.

Written by Cursor Bugbot for commit b92205a. This will update automatically on new commits. Configure here.

@kcoopermiller kcoopermiller marked this pull request as ready for review October 3, 2025 01:18
@JannikSt JannikSt merged commit 171ee53 into main Oct 3, 2025
8 checks passed
@JannikSt JannikSt deleted the feature/username branch October 3, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants